/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

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

revision 1.318 by sds, Sat Aug 24 14:40:09 2002 UTC revision 1.319 by kfstorm, Mon Aug 26 12:38:59 2002 UTC
# Line 279  Non-strings in LIST are ignored." Line 279  Non-strings in LIST are ignored."
279    "Make MAP override all normally self-inserting keys to be undefined.    "Make MAP override all normally self-inserting keys to be undefined.
280  Normally, as an exception, digits and minus-sign are set to make prefix args,  Normally, as an exception, digits and minus-sign are set to make prefix args,
281  but optional second arg NODIGITS non-nil treats them like other chars."  but optional second arg NODIGITS non-nil treats them like other chars."
282    (substitute-key-definition 'self-insert-command 'undefined map global-map)    (define-key map [remap self-insert-command] 'undefined)
283    (or nodigits    (or nodigits
284        (let (loop)        (let (loop)
285          (define-key map "-" 'negative-argument)          (define-key map "-" 'negative-argument)

Legend:
Removed from v.1.318  
changed lines
  Added in v.1.319

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