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

Diff of /emacs/lisp/simple.el

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

revision 1.616.2.13 by miles, Wed Oct 27 05:42:00 2004 UTC revision 1.616.2.14 by miles, Thu Nov 4 08:55:37 2004 UTC
# Line 1  Line 1 
1  ;;; simple.el --- basic editing commands for Emacs  ;;; simple.el --- basic editing commands for Emacs
2    
3  ;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99,  ;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99,
4  ;;               2000, 01, 02, 03, 04  ;;               2000, 01, 02, 03, 2004
5  ;;        Free Software Foundation, Inc.  ;;        Free Software Foundation, Inc.
6    
7  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 3916  During execution of Lisp code, this char Line 3916  During execution of Lisp code, this char
3916  At top-level, as an editor command, this simply beeps."  At top-level, as an editor command, this simply beeps."
3917    (interactive)    (interactive)
3918    (deactivate-mark)    (deactivate-mark)
3919      (if (fboundp 'kmacro-keyboard-quit)
3920          (kmacro-keyboard-quit))
3921    (setq defining-kbd-macro nil)    (setq defining-kbd-macro nil)
3922    (signal 'quit nil))    (signal 'quit nil))
3923    

Legend:
Removed from v.1.616.2.13  
changed lines
  Added in v.1.616.2.14

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