mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Whitespace change.
This commit is contained in:
parent
8a9cad92b1
commit
ea2e9f8dc9
2 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,15 @@
|
||||||
|
2004-08-28 Richard M. Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* progmodes/grep.el (grep-default-command): Use find-tag-default.
|
||||||
|
(grep-tag-default): Function deleted.
|
||||||
|
|
||||||
|
* subr.el (find-tag-default): Moved from etags.el.
|
||||||
|
|
||||||
|
* progmodes/etags.el (find-tag-default): Moved to subr.el.
|
||||||
|
|
||||||
|
* emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
|
||||||
|
into the basic character if it has an uppercase form.
|
||||||
|
|
||||||
2004-08-27 Kenichi Handa <handa@m17n.org>
|
2004-08-27 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
* international/utf-8.el (utf-8-post-read-conversion): If the
|
* international/utf-8.el (utf-8-post-read-conversion): If the
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@ if that value is non-nil."
|
||||||
(when (stringp default)
|
(when (stringp default)
|
||||||
(if (string-match ":+" default)
|
(if (string-match ":+" default)
|
||||||
(substring default (match-end 0))
|
(substring default (match-end 0))
|
||||||
default))))
|
default))))
|
||||||
|
|
||||||
;; Used in old LispM code.
|
;; Used in old LispM code.
|
||||||
(defalias 'common-lisp-mode 'lisp-mode)
|
(defalias 'common-lisp-mode 'lisp-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue