mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Fix saving abbrevs by 'abbrev-edit-save-buffer'
* lisp/abbrev.el (abbrev-edit-save-buffer): Reset 'abbrevs-changed'. Suggested by Rick <rbielaws@gmail.com>. (Bug#78435)
This commit is contained in:
parent
399d05332e
commit
299d3a4401
1 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,8 @@ abbrevs have been saved."
|
||||||
The saved abbrevs are written to the file specified by
|
The saved abbrevs are written to the file specified by
|
||||||
`abbrev-file-name'."
|
`abbrev-file-name'."
|
||||||
(interactive nil edit-abbrevs-mode)
|
(interactive nil edit-abbrevs-mode)
|
||||||
(abbrev-edit-save-to-file abbrev-file-name))
|
(abbrev-edit-save-to-file abbrev-file-name)
|
||||||
|
(setq abbrevs-changed nil))
|
||||||
|
|
||||||
|
|
||||||
(defun add-mode-abbrev (arg)
|
(defun add-mode-abbrev (arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue