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
fb8a6326
Commit
fb8a6326
authored
Apr 28, 2008
by
Juanma Barranquero
Browse files
(desktop-minor-mode-table): Add `savehist-mode'.
parent
96cfaafc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
lisp/ChangeLog
lisp/ChangeLog
+7
-3
lisp/desktop.el
lisp/desktop.el
+3
-2
No files found.
lisp/ChangeLog
View file @
fb8a6326
2008-04-28 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
...
...
@@ -515,8 +519,8 @@
2008-04-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-get-remote-stat): Test whether stat supports
%s.
Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
* net/tramp.el (tramp-get-remote-stat): Test whether stat supports
%s.
Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2008-04-24 Sam Steingold <sds@gnu.org>
...
...
@@ -2697,7 +2701,7 @@
(hilit-chg-set-face-on-change, hilit-chg-update)
(highlight-changes-rotate-faces): Use highlight-changes-visible-mode
variable instead of testing highlight-changes-mode.
(highlight-markup-buffers): Add reuire ediff-util; argument on calls
(highlight-markup-buffers): Add re
q
uire ediff-util; argument on calls
to highlight-changes-mode changed.
(highlight-compare-with-file): Fix problems with interactive
call giving invalid default file.
...
...
lisp/desktop.el
View file @
fb8a6326
...
...
@@ -84,7 +84,7 @@
;; (add-to-list 'desktop-minor-mode-handlers
;; '(bar-mode . bar-desktop-restore))
;; in the module itself, and make s
h
ure that the mode function is
;; in the module itself, and make sure that the mode function is
;; autoloaded. See the docstrings of `desktop-buffer-mode-handlers' and
;; `desktop-minor-mode-handlers' for more info.
...
...
@@ -456,7 +456,8 @@ Furthermore the major mode function must be autoloaded.")
'
((
auto-fill-function
auto-fill-mode
)
(
vc-mode
nil
)
(
vc-dired-mode
nil
)
(
erc-track-minor-mode
nil
))
(
erc-track-minor-mode
nil
)
(
savehist-mode
nil
))
"Table mapping minor mode variables to minor mode functions.
Each entry has the form (NAME RESTORE-FUNCTION).
NAME is the name of the buffer-local variable indicating that the minor
...
...
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