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
e49c0179
Commit
e49c0179
authored
Aug 26, 2009
by
Glenn Morris
Browse files
(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)
parent
eae47088
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/bindings.el
lisp/bindings.el
+3
-2
No files found.
lisp/ChangeLog
View file @
e49c0179
2009-08-26 Glenn Morris <rgm@gnu.org>
* bindings.el (standard-mode-line-format): Reposition dashes in
which-func entry. (Bug#4217)
2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
* emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
...
...
lisp/bindings.el
View file @
e49c0179
;;; bindings.el --- define standard key bindings and some variables
;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999,
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
@@ -356,7 +357,7 @@ mouse-3: Remove current window from display")
(propertize "
" 'help-echo help-echo)
'mode-line-modes
`(which-func-mode ("" which-func-format ,dashes))
`(global-mode-string (
,dashes
global-mode-string))
`(global-mode-string (
""
global-mode-string
,dashes
))
(propertize "
-%-
" 'help-echo help-echo)))
(standard-mode-line-modes
(list
...
...
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