aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Delete the error when no window system.Richard M. Stallman1994-10-061-3/+0
* (sendnews, postnews): Use defalias.Richard M. Stallman1994-10-061-2/+2
* (command-line): Load disp-table explicitly.Richard M. Stallman1994-10-051-0/+1
* (add-log-current-defun): Handle Perl specially.Richard M. Stallman1994-10-051-1/+5
* (read-envvar-name): Special meaning for MUSTMATCHRichard M. Stallman1994-10-051-2/+3
* (texinfo-format-scan): Accept @^, @", @?, @!, @-.Richard M. Stallman1994-10-051-1/+5
* (goto-line): Call prefix-numeric-value.Richard M. Stallman1994-10-041-0/+1
* (server-switch-buffer): Don't go to an invisible frame.Richard M. Stallman1994-10-041-2/+7
* (set-auto-mode): Discard versions from file name beforeRichard M. Stallman1994-10-041-2/+3
* (rlogin): Doc fix.Richard M. Stallman1994-10-031-2/+9
* (vc-backend-checkin): When CVS checks in a file, it isRichard M. Stallman1994-10-031-106/+327
* (vc-status): Handle CVS.Richard M. Stallman1994-10-031-20/+73
* (comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.Richard M. Stallman1994-10-031-0/+14
* (shell-strip-ctrl-m): Function moved to comint.el and renamed.Richard M. Stallman1994-10-031-14/+0
* (kill-rectangle): In read-only buffer, do recordRichard M. Stallman1994-10-021-0/+4
* (shell-mode): Compare the truename with /dev/null.Richard M. Stallman1994-10-021-1/+1
* (file-truename): If name has no dir, use default-directory.Richard M. Stallman1994-10-021-1/+1
* (Info-scroll-down, Info-scroll-up): Doc fixes.Richard M. Stallman1994-10-021-2/+9
* (dired-do-print): Put spaces between lpr switches.Richard M. Stallman1994-10-021-1/+2
* (setenv-history): New history list.Richard M. Stallman1994-10-021-3/+44
* (indent-c++-exp): For public/private/protected,Richard M. Stallman1994-10-021-7/+7
* (fill-region, fill-region-as-paragraph): Fix previous change.Richard M. Stallman1994-10-021-2/+2
* (vc-register): Verify an old master file really still existsRichard M. Stallman1994-10-021-2/+6
* (apropos-print-matches): Add newline afterRichard M. Stallman1994-10-011-13/+22
* (save-buffers-kill-emacs): Fix previous change.Richard M. Stallman1994-10-011-1/+1
* * man.el (Man-init-defvars, Man-cleanup-manpage,Francesco Potortì1994-10-011-12/+13
* (fill-region, fill-region-as-paragraph):Richard M. Stallman1994-10-011-11/+21
* (mouse-secondary-click-count): New variable.Richard M. Stallman1994-10-011-4/+6
* (add-hook, remove-hook): If the hook was made localRichard M. Stallman1994-10-011-2/+10
* (ispell-init-process): Add missing arg in error msg.Richard M. Stallman1994-10-011-1/+1
* (finder-mode-map): Change key bindings:Richard M. Stallman1994-10-011-9/+11
* (edmacro-format-keys): Cope if local keymap is nil.Richard M. Stallman1994-10-011-1/+3
* (modify-face): New function.Richard M. Stallman1994-09-301-1/+39
* (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.Richard M. Stallman1994-09-301-25/+11
* (add-hook): Initialize default value and local value.Richard M. Stallman1994-09-301-26/+147
* (isearch-mode): Don't set deactivate-mark here.Richard M. Stallman1994-09-301-6/+3
* Really delete gud-overload-functions.Richard M. Stallman1994-09-301-11/+0
* (gud-overload-functions): Function deleted.Richard M. Stallman1994-09-301-67/+68
* (print-region-1): Use them instead of just pr.Richard M. Stallman1994-09-291-2/+9
* (add-abbrev, inverse-add-abbrev):Richard M. Stallman1994-09-291-0/+2
* (scheme-mode-variables): Make parse-sexp-ignore-comments t.Richard M. Stallman1994-09-291-0/+2
* (texinfo-format-region, texinfo-format-buffer-1):Richard M. Stallman1994-09-291-2/+2
* * man.elFrancesco Potortì1994-09-291-2/+8
* (imenu--cleanup): Changed 'mapc' to 'mapcar'.Richard M. Stallman1994-09-291-43/+3
* (handle-delete-frame): New function.Richard M. Stallman1994-09-291-0/+15
* (command-line): Fix bug in previous change.Karl Heuer1994-09-281-2/+2
* (command-line): Recognize --longopt synonyms for all options handled here.Karl Heuer1994-09-281-6/+27
* (backward-kill-sentence): Work in read-only buffers.Richard M. Stallman1994-09-281-2/+2
* (hack-one-local-variable): Support safe-local-variable property.Richard M. Stallman1994-09-271-2/+7
* (command-apropos): Pass t for no-header to apropos.Richard M. Stallman1994-09-271-1/+1