Function: dabbrev--safe-replace-match

dabbrev--safe-replace-match is a byte-compiled function defined in dabbrev.el.gz.

Signature

(dabbrev--safe-replace-match STRING &optional FIXEDCASE LITERAL)

Source Code

;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defun dabbrev--safe-replace-match (string &optional fixedcase literal)
  (if (eq major-mode 'picture-mode)
      (with-no-warnings
       (picture-replace-match string fixedcase literal))
    (replace-match string fixedcase literal)))