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
cbd0f686
Commit
cbd0f686
authored
Nov 02, 2008
by
Martin Rudalics
Browse files
(lisp-font-lock-keywords-2): Add save-selected-window-norecord.
parent
22371c2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
lisp/ChangeLog
lisp/ChangeLog
+17
-0
lisp/font-lock.el
lisp/font-lock.el
+3
-3
No files found.
lisp/ChangeLog
View file @
cbd0f686
2008-11-02 Martin Rudalics <rudalics@gmx.at>
* window.el (save-selected-window-norecord): New macro
(walk-windows): Use save-selected-window-norecord and call
select-window with NORECORD set. (Bug#1237)
(set-window-text-height, fit-window-to-buffer): Use
save-selected-window-norecord and call select-window with
NORECORD set.
* subr.el (with-selected-window): Call set-frame-selected-window
with new argument NORECORD set. Update doc-string.
(with-selected-frame): Call select-frame with new argument
NORECORD set. Update doc-string.
* emacs-lisp/lisp-mode.el (save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.
* font-lock.el (lisp-font-lock-keywords-2): Add
save-selected-window-norecord.
2008-11-01 Juanma Barranquero <lekktu@gmail.com>
* cus-edit.el (customize-apropos-options, custom-comment)
...
...
lisp/font-lock.el
View file @
cbd0f686
...
...
@@ -2257,9 +2257,9 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
'
(
"cond"
"if"
"while"
"while-no-input"
"let"
"let*"
"prog"
"progn"
"progv"
"prog1"
"prog2"
"prog*"
"inline"
"lambda"
"save-restriction"
"save-excursion"
"save-
window-excursion
"
"save-selected-window"
"save-match-data"
"save-current-buffer"
"unwind-protect"
"condition-case"
"track-mouse"
"save-
selected-window
"
"save-selected-window
-norecord
"
"save-window-excursion"
"save-match-data"
"save-current-buffer"
"unwind-protect"
"condition-case"
"track-mouse"
"eval-after-load"
"eval-and-compile"
"eval-when-compile"
"eval-when"
"eval-at-startup"
"eval-next-after-load"
"with-case-table"
"with-category-table"
...
...
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