/[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.36.4.2 by pot, Tue Oct 8 10:58:42 2002 UTC revision 1.36.4.3 by rms, Wed Oct 23 17:25:31 2002 UTC
# Line 218  With zero or negative ARG turn mode off. Line 218  With zero or negative ARG turn mode off.
218    
219         ;; If the mode is global, call the function according to the default.         ;; If the mode is global, call the function according to the default.
220         ,(if globalp         ,(if globalp
221              `(if (and load-file-name ,mode)              `(if (and load-file-name ,mode
222                          (not purify-flag))
223                   (eval-after-load load-file-name '(,mode 1)))))))                   (eval-after-load load-file-name '(,mode 1)))))))
224    
225  ;;;  ;;;

Legend:
Removed from v.1.36.4.2  
changed lines
  Added in v.1.36.4.3

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