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
ec7793c3
Commit
ec7793c3
authored
Apr 18, 2006
by
Reiner Steib
Browse files
(read-abbrev-file): Use abbrev-file-name if optional
file is nil.
parent
def27552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/abbrev.el
lisp/abbrev.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ec7793c3
2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
* abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
file is nil.
2006-04-18 Richard Stallman <rms@gnu.org>
* tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
...
...
lisp/abbrev.el
View file @
ec7793c3
...
...
@@ -202,7 +202,7 @@ Optional second argument QUIETLY non-nil means don't display a message."
(
read-file-name
(
format
"Read abbrev file (default %s): "
abbrev-file-name
)
nil
abbrev-file-name
t
)))
(
load
file
nil
quietly
)
(
load
(
or
file
abbrev-file-name
)
nil
quietly
)
(
setq
abbrevs-changed
nil
))
(
defun
quietly-read-abbrev-file
(
&optional
file
)
...
...
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