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
76e7a7f0
Commit
76e7a7f0
authored
Nov 29, 2008
by
Juanma Barranquero
Browse files
* files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag.
parent
febf3e6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/files.el
lisp/files.el
+3
-2
No files found.
lisp/ChangeLog
View file @
76e7a7f0
2008-11-29 Juanma Barranquero <lekktu@gmail.com>
* files.el (break-hardlink-on-save): Fix typo in docstring.
Add :version tag.
* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
...
...
lisp/files.el
View file @
76e7a7f0
...
...
@@ -251,7 +251,7 @@ See also: `break-hardlink-on-save'."
(
defcustom
break-hardlink-on-save
nil
"Non-nil means when saving a file that exists under several names
(i.e., has multiple hardlinks), break the hardlink associated with
\
(i.e., has multiple hardlinks), break the hardlink associated with
`buffer-file-name' and write to a new file, so that the other
instances of the file are not affected by the save.
...
...
@@ -264,7 +264,8 @@ hardlink-nonbreaking way.
See also `backup-by-copying' and `backup-by-copying-when-linked'."
:type
'boolean
:group
'files
)
:group
'files
:version
"23.1"
)
(
defcustom
version-control
nil
"Control use of version numbers for backup files.
...
...
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