Mercurial > emacs
changeset 42560:099200f97432
Remove unnecessary whitespaces.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 05 Jan 2002 19:02:27 +0000 |
parents | bc23470d2355 |
children | d0f023f30837 |
files | lisp/abbrev.el lisp/apropos.el |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/abbrev.el Sat Jan 05 19:00:24 2002 +0000 +++ b/lisp/abbrev.el Sat Jan 05 19:02:27 2002 +0000 @@ -28,7 +28,7 @@ ;;; Code: -(defcustom only-global-abbrevs nil +(defcustom only-global-abbrevs nil "*t means user plans to use global abbrevs only. This makes the commands that normally define mode-specific abbrevs define global abbrevs instead." @@ -103,7 +103,7 @@ (setq found (car tables))) (setq tables (cdr tables))) found)) - + (defun prepare-abbrev-list-buffer (&optional local) (save-excursion (let ((table local-abbrev-table)) @@ -254,7 +254,7 @@ (y-or-n-p (format "%s expands to \"%s\"; redefine? " name (abbrev-expansion name table)))) (define-abbrev table (downcase name) exp)))) - + (defun inverse-add-mode-abbrev (arg) "Define last word before point as a mode-specific abbrev. With prefix argument N, defines the Nth word before point. @@ -263,7 +263,7 @@ (interactive "p") (inverse-add-abbrev (if only-global-abbrevs - global-abbrev-table + global-abbrev-table (or local-abbrev-table (error "No per-mode abbrev table"))) "Mode" arg))
--- a/lisp/apropos.el Sat Jan 05 19:00:24 2002 +0000 +++ b/lisp/apropos.el Sat Jan 05 19:02:27 2002 +0000 @@ -161,7 +161,7 @@ 'action (lambda (button) (describe-function (button-get button 'apropos-symbol))) 'help-echo "mouse-2, RET: Display more help on this command") - + ;; We used to use `customize-variable-other-window' instead for a ;; customizable variable, but that is slow. It is better to show an ;; ordinary help buffer and let the user click on the customization