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
2fa58881
Commit
2fa58881
authored
Nov 06, 1996
by
Richard M. Stallman
Browse files
(minor-mode-alist): Don't use purecopy.
parent
5c204627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/bindings.el
lisp/bindings.el
+6
-6
No files found.
lisp/bindings.el
View file @
2fa58881
...
...
@@ -90,12 +90,12 @@ STRING is included in the mode line iff VARIABLE's value is non-nil.
Actually,
STRING
need
not
be
a
string
; any possible mode-line element
is
okay.
See
`
mode-line-format
'.
")
(setq minor-mode-alist (mapcar 'purecopy
'((abbrev-mode "
Abbrev
")
(overwrite-mode overwrite-mode)
(auto-fill-function "
Fill
")
;; not really a minor mode...
(defining-kbd-macro "
Def
")))
)
;; Don't use purecopy here--some people want to change these strings.
(setq minor-mode-alist
'((abbrev-mode "
Abbrev
")
(overwrite-mode overwrite-mode)
(auto-fill-function "
Fill
")
;; not really a minor mode...
(defining-kbd-macro "
Def
")))
;; These variables are used by autoloadable packages.
;; They are defined here so that they do not get overridden
...
...
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