- 08 Mar, 2008 3 commits
-
-
Glenn Morris authored
(exit-calendar): Use mapc rather than mapcar. (calendar-cursor-to-date): Use zerop.
-
Glenn Morris authored
-
Juanma Barranquero authored
Pacify byte-compiler.
-
- 07 Mar, 2008 11 commits
-
-
Alan Mackenzie authored
a k&r region is limited.
-
Bastien Guerry authored
`bookmark-make-name-function' since `bookmark-buffer-file-name' already takes care of this. (bookmark-buffer-name): Removed Info-mode specific code. (bookmark-buffer-file-name): Removed Info-mode specific code. * info.el (bookmark-get-info-node): Define this function in info.el, not in bookmark.el. (Info-mode): Set `bookmark-make-name-function' to `Info-bookmark-make-name' locally. (Info-bookmark-make-name): New function. * bookmark.el (bookmark-make-name-function): New variable.
-
Karl Fogel authored
(bookmark-set): Make `bookmark-make-record-function' buffer-local, not `bookmark-make-cell-function' (the old name).
-
Tassilo Horn authored
-
Juanma Barranquero authored
-
Jan Djärv authored
boundp 'vc-ignore-menu-filter. (vc-status-tool-bar-map): Make it defvar. (vc-status-mode): vc-status-tool-bar-map now variable. (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
-
Karl Fogel authored
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html and its thread for discussion leading to this change. * emacs-cvs/lisp/bookmark.el: (bookmark-jump-noselect): Return an alist instead of a dotted pair. (bookmark-jump, bookmark-jump-other-window, bookmark-insert) (bookmark-bmenu-2-window, bookmark-bmenu-other-window) (bookmark-bmenu-switch-other-window): Adjust accordingly. (bookmark-make-cell-function): Adjust documentation accordingly. * emacs-cvs/lisp/image-mode.el (image-bookmark-jump): Adjust return type accordingly; document. * emacs-cvs/lisp/doc-view.el (doc-view-bookmark-jump): Adjust return type accordingly; document.
-
Glenn Morris authored
(calendar-time-display-form, calendar-latitude) (calendar-longitude, solar-equinoxes-solstices): Remove autoload cookies. (calendar-latitude, calendar-longitude): Move functions after variables. (diary-sabbath-candles-minutes): Move to start. (solar-setup): Use or rather than if. (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees): Remove condition-case. (solar-atn2): Use zerop. (solar-equinoxes-solstices): Doc fix.
-
Stefan Monnier authored
Move initialization into declaration. (bookmark-get-info-node, bookmark-set-info-node): Remove. (bookmark-make, bookmark-make-cell-for-text-file): Remove `info-node' arg. (bookmark-info-current-node): Remove. (bookmark-jump-noselect): Rename from bookmark-jump-internal. Add relocation fallback. Set bookmark-current-bookmark. (bookmark-default-handler): Rename from bookmark-jump-noselect. Remove relocation fallback. Don't set bookmark-current-bookmark. (bookmark-set): Let it be used even if there's no buffer-file-name as long as there is a bookmark-make-cell-function. * info.el (Info-bookmark-jump): Remove relocation fallback. Don't set bookmark-current-bookmark.
-
Glenn Morris authored
(sc-mode-map-prefix): Doc fix. Make it a defcustom.
-
- 06 Mar, 2008 7 commits
-
-
Stefan Monnier authored
(archive-ar-summarize, archive-ar-extract): New funs. (archive-find-type): Recognize ar archives.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Bastien Guerry authored
:enable (mark-active) with :enable mark-active. Thanks to Lennart Borgman.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Jan Djärv authored
-
- 05 Mar, 2008 7 commits
-
-
Chong Yidong authored
Reported by Drew Adams <drew.adams@oracle.com>.
-
Juanma Barranquero authored
(epg-start-sign-keys, epg-sign-keys, epg-context-armor, epg-context-signers, epg-context-sig-notations, epg-context-set-armor, epg-context-set-signers, epg-context-set-sig-notations, epg-make-import-status, epg-make-import-result, epg-start-delete-keys): Fix typos in docstrings. (epg-start-sign-keys, epg-sign-keys): Fix typos in obsolescence declarations.
-
Juanma Barranquero authored
(iswitchb-define-mode-map, iswitchb-default-keybindings): Add obsolescence declaration and remove redundant info from docstring. (iswitchb-set-common-completion, iswitchb-set-matches, iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'. (recentf-list, most-len, most-is-exact): Don't wrap defvars within `eval-when-compile'.
-
Glenn Morris authored
(ediff-select-lowest-window): Use when rather than if. (ediff-setup-control-frame): Remove ediff-cond-compile-for-xemacs-or-emacs, since it is already inside a (featurep 'xemacs) test.
-
Jay Belanger authored
(calc-exectute-extended-command): Use `calc-extended-command-history'.
-
Dan Nicolaescu authored
(standard-mode-line-position): Add mouse-face. * progmodes/compile.el (compilation-menu-map): (compilation-mode-map): * progmodes/grep.el (grep-mode-map): Add :help. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and initialize in one step. Add :help. Use :enable to activate menu items. Show the key binding for edebug-defun. (lisp-interaction-mode-map): Add a menu. * term.el (term-mode-map): Define and initialize in one step. * ediff-init.el (ediff-color-display-p): Simplify. (Xor): Remove unused function. (ediff-with-syntax-table): Simplify for emacs. * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the menu-bar being loaded, it always is.
-
Glenn Morris authored
-
- 04 Mar, 2008 3 commits
-
-
Alan Mackenzie authored
-
Jason Rumney authored
-
Glenn Morris authored
-
- 03 Mar, 2008 9 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(tex-executable-exists-p, tex-compile): Extend with special syntax for commands implemented in elisp. (tex-compile-commands): Add an entry to use doc-view for pdf files. (tex-format-cmd): New function. (tex-compile): Use it to let the user specify default arguments. (tex-cmd-bibtex-args): New var. (tex-cmd-doc-view): New function.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
(standard-mode-line-position): Use it to add a menu for toggling column number and line number display.
-
Stefan Monnier authored
Remove optimization that was working around the form-code-walker bug.
-
Stefan Monnier authored
Walk into the body of lambdas after byte-compile-unfold-lambda.
-
Glenn Morris authored
-
Glenn Morris authored
-