Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea2e9f8d
Commit
ea2e9f8d
authored
Aug 28, 2004
by
Richard M. Stallman
Browse files
Whitespace change.
parent
8a9cad92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
lisp/ChangeLog
lisp/ChangeLog
+12
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ea2e9f8d
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>
* international/utf-8.el (utf-8-post-read-conversion): If the
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
ea2e9f8d
...
...
@@ -363,7 +363,7 @@ if that value is non-nil."
(
when
(
stringp
default
)
(
if
(
string-match
":+"
default
)
(
substring
default
(
match-end
0
))
default
))))
default
))))
;; Used in old LispM code.
(
defalias
'common-lisp-mode
'lisp-mode
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment