summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (c-defun-name): Fix CLISP DEFUN handling.Sam Steingold2008-11-072-4/+10
|
* * frame.el (make-frame-on-display): Use `string-match-p'.Juanma Barranquero2008-11-072-1/+5
|
* (cl-macroexpand-all): Fix declaration.Glenn Morris2008-11-072-1/+5
|
* (lisp-mode-variables): Add new argumentDan Nicolaescu2008-11-072-6/+14
| | | | | to initialize font-lock keyword case sensitivity. (lisp-mode): Use it.
* (org-publish-attachment): Use copy-file rather than eshell/cp.Glenn Morris2008-11-062-4/+3
|
* Fix previous change.Glenn Morris2008-11-061-1/+1
|
* (eshell/cp): Autoload it rather than requiring things.Glenn Morris2008-11-062-5/+6
|
* Remove unused file.Glenn Morris2008-11-062-142/+4
|
* (cl-macroexpand-all): Declare.Glenn Morris2008-11-061-0/+3
|
* (custom-variable-value-create, custom-face):Glenn Morris2008-11-062-4/+10
| | | | Use face names sans -face suffix rather than aliases.
* (custom-comment-tag): Doc fix.Glenn Morris2008-11-061-3/+3
| | | | (custom-comment): Use face names sans -face suffix rather than aliases.
* Merge from gnus--devo--0Miles Bader2008-11-063-18/+75
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1464
* (calc-quit): Use `window-full-width-p' to check window width.Jay Belanger2008-11-052-1/+9
|
* (server-process-filter): Only default to emacsclient's terminal inChong Yidong2008-11-051-2/+3
| | | | daemon mode.
* * server.el (server-process-filter): Only default to emacsclient'sChong Yidong2008-11-051-0/+5
| | | | terminal in daemon mode.
* (quit-window): Restore prefix argument behaviorMartin Rudalics2008-11-052-1/+8
| | | | removed in 2008-10-30 change. (Bug#1308)
* (doc-view-mode): Bugfix: Add conversion killingTassilo Horn2008-11-052-1/+7
| | | | | function to kill-buffer-hook, not to kill-buffer. Reported by Markus Triska <markus.triska@gmx.at>
* (calc-quit): Make sure that the keypad buffer exists before delete its windows.Jay Belanger2008-11-042-1/+6
|
* (server-process-filter): Don't call server-create-tty-frame when noChong Yidong2008-11-041-6/+8
| | | | tty name is specified.
* * server.el (server-process-filter): Don't callChong Yidong2008-11-041-0/+5
| | | | server-create-tty-frame when no tty name is specified.
* (vc-bzr-dir-extra-headers): New function.Chong Yidong2008-11-041-2/+15
| | | | (vc-bzr-dir-printer): Rename from vc-bzr-status-printer.
* * vc-bzr.el (vc-bzr-dir-extra-headers): New function.Chong Yidong2008-11-041-0/+7
| | | | (vc-bzr-dir-printer): Rename from vc-bzr-status-printer.
* * org.el (org-columns-modify-value-for-display-function):Juanma Barranquero2008-11-043-23/+28
| | | | * org-table.el (org-table-convert-region): Fix typos in docstrings.
* (url-basepath): Add url-basepath as an alias for url-file-directory.Chong Yidong2008-11-041-0/+3
|
* * url-util.el (url-basepath): Add url-basepath as an alias forChong Yidong2008-11-041-0/+5
| | | | url-file-directory.
* * international/mule-cmds.el (toggle-enable-multibyte-characters)Juanma Barranquero2008-11-044-73/+80
| | | | | | (define-char-code-property): * textmodes/reftex.el (reftex-index): * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
* Fix typo in comment.Juanma Barranquero2008-11-041-1/+1
|
* (startup-echo-area-message): Display a different message in daemonChong Yidong2008-11-041-6/+8
| | | | mode. Suggested by Stephen Turnbull.
* * startup.el (startup-echo-area-message): Display a differentChong Yidong2008-11-041-0/+3
| | | | message in daemon mode. Suggested by Stephen Turnbull.
* (make-frame-on-display): Ignore DISPLAY argument on Windows.Chong Yidong2008-11-041-15/+19
|
* * frame.el (make-frame-on-display): Ignore DISPLAY argument onChong Yidong2008-11-041-0/+5
| | | | Windows.
* Fix typos.Juanma Barranquero2008-11-041-5/+5
|
* Fix typos.Juanma Barranquero2008-11-045-18/+18
|
* (save-selected-window): Remove indent-function forMartin Rudalics2008-11-042-1/+4
| | | | save-selected-window-norecord.
* (lisp-font-lock-keywords-2): Remove entry forMartin Rudalics2008-11-041-2/+2
| | | | save-selected-window-norecord.
* * dframe.el (dframe-mouse-position-function)Juanma Barranquero2008-11-042-13/+19
| | | | | (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu) (dframe-mouse-set-point): Fix typos in docstrings.
* (vc-dir-headers): Undo previous change.Dan Nicolaescu2008-11-042-2/+9
|
* (looking-back): Fix doc-string typo.Martin Rudalics2008-11-042-1/+3
|
* *** empty log message ***Martin Rudalics2008-11-041-0/+3
|
* * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.Nick Roberts2008-11-041-5/+18
| | | | * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
* (Electric-pop-up-window): Call window-end with UPDATE set to t.Martin Rudalics2008-11-041-1/+1
|
* * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.Nick Roberts2008-11-041-3/+2
| | | | * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
* *** empty log message ***Nick Roberts2008-11-041-0/+5
|
* (save-selected-window): Make it behave likeMartin Rudalics2008-11-042-35/+24
| | | | | | | | save-selected-window-norecord. (save-selected-window-norecord): Remove, since functionality fully taken over by save-selected-window. (walk-windows, set-window-text-height, fit-window-to-buffer): Use save-selected-window instead of save-selected-window-norecord.
* (looking-back): Doc fix.Chong Yidong2008-11-031-3/+5
|
* * subr.el (looking-back): Doc fix.Chong Yidong2008-11-031-0/+2
|
* (c-forward-label): Fix for QT macros.Alan Mackenzie2008-11-031-4/+6
|
* *** empty log message ***Alan Mackenzie2008-11-031-0/+4
|
* (x-initialize-window-system): Call x-wm-set-size-hint afterChong Yidong2008-11-031-0/+6
| | | | initialization.
* * term/x-win.el (x-initialize-window-system): CallChong Yidong2008-11-031-0/+3
| | | | x-wm-set-size-hint after initialization.