emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dabbrev.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dabbrev.el
Date: Sat, 16 Aug 2003 20:16:25 -0400

Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.69 emacs/lisp/dabbrev.el:1.70
*** emacs/lisp/dabbrev.el:1.69  Sat Aug  2 18:04:30 2003
--- emacs/lisp/dabbrev.el       Sat Aug 16 20:16:25 2003
***************
*** 851,857 ****
  
  (defun dabbrev--safe-replace-match (string &optional fixedcase literal)
    (if (eq major-mode 'picture-mode)
!       (picture-replace-match string fixedcase literal)
      (replace-match string fixedcase literal)))
  
  ;;;----------------------------------------------------------------
--- 851,858 ----
  
  (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)))
  
  ;;;----------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]