/[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 by gerd, Thu Aug 9 14:52:52 2001 UTC revision 1.36.4.1 by rms, Fri Dec 21 14:12:13 2001 UTC
# Line 175  Interactively, with no prefix argument, Line 175  Interactively, with no prefix argument,
175  With universal prefix ARG " (unless togglep "(or if ARG is nil) ") "turn mode on.  With universal prefix ARG " (unless togglep "(or if ARG is nil) ") "turn mode on.
176  With zero or negative ARG turn mode off.  With zero or negative ARG turn mode off.
177  \\{%s}") pretty-name keymap-sym))  \\{%s}") pretty-name keymap-sym))
178           (interactive (list (or current-prefix-arg (if ,mode 0 1))))           ;; Make no arg by default in an interactive call,
179             ;; so that repeating the command toggles again.
180             (interactive)
181           (setq ,mode           (setq ,mode
182                 (if arg                 (if arg
183                     (> (prefix-numeric-value arg) 0)                     (> (prefix-numeric-value arg) 0)

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.4.1

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