diff lisp/dabbrev.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
line wrap: on
line diff
--- a/lisp/dabbrev.el	Thu Sep 04 04:00:49 2003 +0000
+++ b/lisp/dabbrev.el	Mon Sep 08 11:56:09 2003 +0000
@@ -851,8 +851,7 @@
 
 (defun dabbrev--safe-replace-match (string &optional fixedcase literal)
   (if (eq major-mode 'picture-mode)
-      (with-no-warnings
-       (picture-replace-match string fixedcase literal))
+      (picture-replace-match string fixedcase literal)
     (replace-match string fixedcase literal)))
 
 ;;;----------------------------------------------------------------
@@ -1028,5 +1027,4 @@
 
 (provide 'dabbrev)
 
-;;; arch-tag: 29e58596-f080-4306-a409-70296cf9d46f
 ;;; dabbrev.el ends here