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
e45db0fb
Commit
e45db0fb
authored
Dec 19, 2007
by
Martin Rudalics
Browse files
(all): Use correct group name for members of mode-line group.
parent
27b1b62b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/cus-start.el
lisp/cus-start.el
+3
-3
No files found.
lisp/ChangeLog
View file @
e45db0fb
2007-12-19 Martin Rudalics <rudalics@gmx.at>
* cus-start.el (all): Use correct group name for members of
mode-line group.
* man.el (Man-default-man-entry): When looking for default man
entry title search text preceding point. Use when instead of if.
...
...
lisp/cus-start.el
View file @
e45db0fb
...
...
@@ -39,7 +39,7 @@
(
gc-cons-threshold
alloc
integer
)
(
garbage-collection-messages
alloc
boolean
)
;; buffer.c
(
mode-line-format
modeline
sexp
)
;Hard to do right.
(
mode-line-format
mode
-
line
sexp
)
;Hard to do right.
(
default-major-mode
internal
function
)
(
enable-multibyte-characters
mule
boolean
)
(
case-fold-search
matching
boolean
)
...
...
@@ -364,8 +364,8 @@ since it could result in memory overflow and make Emacs crash."
(hscroll-margin windows integer "
22.1
")
(hscroll-step windows number "
22.1
")
(truncate-partial-width-windows display boolean)
(mode-line-inverse-video modeline boolean)
(mode-line-in-non-selected-windows modeline boolean "
22.1
")
(mode-line-inverse-video mode
-
line boolean)
(mode-line-in-non-selected-windows mode
-
line boolean "
22.1
")
(line-number-display-limit display
(choice integer
(const :tag "
No
limit
" nil)))
...
...
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