emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el
Date: Sat, 13 Jul 2002 17:40:05 -0400

Index: emacs/lisp/mail/mailabbrev.el
diff -c emacs/lisp/mail/mailabbrev.el:1.68 emacs/lisp/mail/mailabbrev.el:1.69
*** emacs/lisp/mail/mailabbrev.el:1.68  Thu Apr 18 20:08:19 2002
--- emacs/lisp/mail/mailabbrev.el       Sat Jul 13 17:40:05 2002
***************
*** 413,418 ****
--- 413,421 ----
          (w (aref (standard-syntax-table) ?w)))
        (map-char-table
         (function (lambda (key value)
+                  (if (null value)
+                      ;; Fetch the inherited value
+                      (setq value (aref tab key)))
                   (if (equal value _)
                       (set-char-table-range tab key w))))
         tab)



reply via email to

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