comparison lisp/emulation/crisp.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents abee88aa37f0
children b43d8c1413de d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
336 336
337 (defun crisp-unbury-buffer () 337 (defun crisp-unbury-buffer ()
338 "Go back one buffer." 338 "Go back one buffer."
339 (interactive) 339 (interactive)
340 (switch-to-buffer (car (last (buffer-list))))) 340 (switch-to-buffer (car (last (buffer-list)))))
341 341
342 (defun crisp-meta-x-wrapper () 342 (defun crisp-meta-x-wrapper ()
343 "Wrapper function to conditionally override the normal M-x bindings. 343 "Wrapper function to conditionally override the normal M-x bindings.
344 When `crisp-override-meta-x' is non-nil, M-x will exit Emacs (the 344 When `crisp-override-meta-x' is non-nil, M-x will exit Emacs (the
345 normal CRiSP binding) and when it is nil M-x will run 345 normal CRiSP binding) and when it is nil M-x will run
346 `execute-extended-command' (the normal Emacs binding)." 346 `execute-extended-command' (the normal Emacs binding)."