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
3b56b1e6
Commit
3b56b1e6
authored
Oct 12, 2009
by
Juanma Barranquero
Browse files
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
parent
c9abc21f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
lisp/ChangeLog
lisp/ChangeLog
+16
-14
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3b56b1e6
2009-10-12 Juanma Barranquero <lekktu@gmail.com>
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2009-10-11 Juri Linkov <juri@jurta.org>
* files-x.el (read-file-local-variable-value):
...
...
@@ -22,14 +26,12 @@
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
(tramp-smb-handle-file-local-copy)
(tramp-smb-handle-make-directory-internal)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The
file name syntax depends on cifs capabilities.
(tramp-smb-handle-file-attributes); Call
`tramp-smb-do-file-attributes-with-stat' if possible.
(tramp-smb-handle-insert-directory): Use posix attributes if
possible.
(tramp-smb-handle-set-file-modes): It is applicable for posix
only.
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
The file name syntax depends on cifs capabilities.
(tramp-smb-handle-file-attributes):
Call `tramp-smb-do-file-attributes-with-stat' if possible.
(tramp-smb-handle-insert-directory): Use posix attributes if possible.
(tramp-smb-handle-set-file-modes): It is applicable for posix only.
2009-10-11 Chong Yidong <cyd@stupidchicken.com>
...
...
@@ -42,7 +44,7 @@
2009-10-10 Karl Fogel <kfogel@red-bean.com>
* bookmark.el
:
(bookmark-yank-word, bookmark-insert-current-bookmark):
* bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
Update documentation to refer to the variables documented in r1.135.
(Bug#4188)
...
...
@@ -63,15 +65,15 @@
* calendar/calendar.el (calendar-split-width-threshold): New option.
(calendar-basic-setup): Use calendar-split-width-threshold.
2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2009-10-10 Sascha Wilde
<wilde@sha-bang.de>
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
Use
.la for Automake.
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
Use
.la for Automake.
2009-10-09 Chong Yidong <cyd@stupidchicken.com>
* cedet/ede/pconf.el (ede-proj-configure-synchronize):
Use
"autoreconf -i". Suggested by Andreas Schwab.
* cedet/ede/pconf.el (ede-proj-configure-synchronize):
Use
"autoreconf -i". Suggested by Andreas Schwab.
2009-10-09 Juanma Barranquero <lekktu@gmail.com>
...
...
lisp/menu-bar.el
View file @
3b56b1e6
...
...
@@ -68,7 +68,7 @@
:help
,
(
purecopy
"Save unsaved buffers, then exit"
)))
(
define-key
menu-bar-file-menu
[separator-exit]
(
purecopy
"--"
))
(
purecopy
'
(
"--"
))
)
;; Don't use delete-frame as event name because that is a special
;; event.
...
...
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