/[emacs]/emacs/lisp/dabbrev.el
ViewVC logotype

Diff of /emacs/lisp/dabbrev.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.69 by schwab, Sat Aug 2 22:04:30 2003 UTC revision 1.70 by rms, Sun Aug 17 00:16:25 2003 UTC
# Line 851  of the start of the occurrence." Line 851  of the start of the occurrence."
851    
852  (defun dabbrev--safe-replace-match (string &optional fixedcase literal)  (defun dabbrev--safe-replace-match (string &optional fixedcase literal)
853    (if (eq major-mode 'picture-mode)    (if (eq major-mode 'picture-mode)
854        (picture-replace-match string fixedcase literal)        (with-no-warnings
855           (picture-replace-match string fixedcase literal))
856      (replace-match string fixedcase literal)))      (replace-match string fixedcase literal)))
857    
858  ;;;----------------------------------------------------------------  ;;;----------------------------------------------------------------

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26