diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:24:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:24:35 +0000 |
commit | a1506d2977a8c2eb982ad0b59416009cdfaa6f51 (patch) | |
tree | 3cbb868ad6eb3b188d5064389538c490c124d8be /lisp/emulation/crisp.el | |
parent | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (diff) | |
download | emacs-a1506d2977a8c2eb982ad0b59416009cdfaa6f51.tar.gz |
Trailing whitepace deleted.
Diffstat (limited to 'lisp/emulation/crisp.el')
-rw-r--r-- | lisp/emulation/crisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index 13aa47c7667..8a5410d48a7 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el @@ -338,7 +338,7 @@ consecutive use moves point to the end of the buffer." "Go back one buffer." (interactive) (switch-to-buffer (car (last (buffer-list))))) - + (defun crisp-meta-x-wrapper () "Wrapper function to conditionally override the normal M-x bindings. When `crisp-override-meta-x' is non-nil, M-x will exit Emacs (the |