/[emacs]/emacs/lisp/emacs-lisp/easy-mmode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/easy-mmode.el

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

revision 1.45 by rost, Fri Dec 13 23:54:45 2002 UTC revision 1.46 by lektu, Tue Feb 4 12:53:34 2003 UTC
# Line 228  With zero or negative ARG turn mode off. Line 228  With zero or negative ARG turn mode off.
228                         ,(if keymap keymap-sym                         ,(if keymap keymap-sym
229                            `(if (boundp ',keymap-sym)                            `(if (boundp ',keymap-sym)
230                                 (symbol-value ',keymap-sym))))                                 (symbol-value ',keymap-sym))))
231          
232         ;; If the mode is global, call the function according to the default.         ;; If the mode is global, call the function according to the default.
233         ,(if globalp         ,(if globalp
234              `(if (and load-file-name (not (equal ,init-value ,mode)))              `(if (and load-file-name (not (equal ,init-value ,mode)))

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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