| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Push mark on the first call of successive command calls.
(insert-pair): New fun created from `insert-parentheses' with
`open' and `close' arguments added. Enclose active regions
in paired characters. Compare adjacent characters syntax with
inserted characters syntax before inserting a space.
(insert-parentheses): Call `insert-pair' with ?\( ?\).
|
| |
| |
| |
| |
| | |
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.
|
| |
| |
| |
| | |
(update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
|
| |
| |
| |
| |
| |
| |
| | |
(checkdoc-output-font-lock-keywords): Remove error regexp.
(checkdoc-output-mode-map): Remove.
(checkdoc-output-mode): Derive from compilation-mode.
(checkdoc-find-error-mouse, checkdoc-find-error): Remove.
|
| |
| |
| |
| | |
(rx-bracket, rx-check-any, rx-any): Clean up name space.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(rx-constituents): Add/extend many forms.
(rx-check): Check form is a list.
(bracket): Defvar.
(rx-check-any, rx-any, rx-check-not): Modify.
(rx-not): Simplify.
(rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
(rx-kleene): Use rx-trans-forms.
(rx-quote-for-set): Delete.
(rx): Allow multiple args.
|
| | |
|
| |
| |
| |
| |
| |
| | |
(checkdoc-buffer-label): Make sure the file name is meaningful.
(checkdoc-output-to-error-buffer): Remove.
(checkdoc-error, checkdoc-start-section): Rewrite.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Correctly handle negative arguments when calling hook functions.
|
| |
| |
| |
| | |
Use posn-set-point to merge the mouse and non-mouse case.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove RCS keywords
2004-04-10 Miles Bader <miles@gnu.org>
RCS keyword removal (only non-comment changes are enumerated here):
* lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
* lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
instead of calculating something from the RCS `State' keyword
[the latter is almost entirely useless anyway].
* lisp/forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* lisp/recentf.el (recentf-version): Variable removed.
* lisp/progmodes/delphi.el (delphi-version): Variable removed.
* lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
normal-auto-fill-function and comment-indent-function.
The default values now work just as well.
Don't set font-lock-beginning-of-syntax-function since we already set
syntax-begin-function.
(lisp-outline-level): Put ;;;###autoload at same level as (.
(prin1-char): Quote special chars.
|
| | |
|
| |
| |
| |
| | |
(edebug-compute-previous-result): Use prin1-char.
|
| |
| |
| |
| | |
(debug-ignored-errors): Add an entry.
|
| |
| |
| |
| | |
(byte-compile-file): Output warning when deleting a file.
|
| |
| |
| |
| | |
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
|
| |
| |
| |
| |
| | |
(byte-optimize-pure-func): Rename from byte-optimize-concat.
(symbol-name, regexp-opt, regexp-quote): Mark as pure.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
lower-case "rx" in all error message.
(rx-or): Put group around result.
(rx-constituents): Add backref.
(rx-syntax): Add string-delimiter, comment-delimiter.
(rx-categories): Add combining-diacritic.
(rx-check-not, rx-greedy, rx): Doc fix.
(rx-backref, rx-check-backref): New.
|
| | |
|
| |
| |
| |
| | |
commenting out code.
|
| |
| |
| |
| | |
Add lisp/emacs-lisp/macroexp.el
|
| |
| |
| |
| |
| | |
argument.
(cl-struct-setf-expander): Likewise.
|
| |
| |
| |
| | |
format.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(byte-compile-format-warn): New.
(byte-compile-callargs-warn): Use it.
(Format, message, error): Add byte-compile-format-like property.
(byte-compile-maybe-guarded): New.
(byte-compile-if, byte-compile-cond): Use it.
(byte-compile-lambda): Compile interactive forms, just to make
warnings about them.
|
| |
| |
| |
| |
| | |
Iterate the hook function if arg is given.
(mark-defun, narrow-to-defun): Change order of finding the limits.
|
| | |
|
| |
| |
| |
| | |
(cl-unload-hook): Defvar this to run cl-cannot-unload.
|
| | |
|
| | |
|
| | |
|