diff options
| author | Dan Nicolaescu | 1998-06-03 16:40:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 1998-06-03 16:40:32 +0000 |
| commit | 1d96c2ff76b903f0026f29b06a780b53ec319bf8 (patch) | |
| tree | 7d254143b67580dca679fbac2d56d526560168d3 | |
| parent | c06b6e6f7bae841ae291392c481e6117a130a8a0 (diff) | |
| download | emacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.tar.gz emacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/generic.el | 2 | ||||
| -rw-r--r-- | lisp/locate.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/generic.el b/lisp/generic.el index 636bbff0b65..441852609cf 100644 --- a/lisp/generic.el +++ b/lisp/generic.el | |||
| @@ -224,7 +224,7 @@ to determine if files in fundamental mode should be put into | |||
| 224 | ;; Functions | 224 | ;; Functions |
| 225 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 225 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 226 | 226 | ||
| 227 | ;;;### autoload | 227 | ;;;###autoload |
| 228 | (defun define-generic-mode (name comment-list keyword-list font-lock-list | 228 | (defun define-generic-mode (name comment-list keyword-list font-lock-list |
| 229 | auto-mode-list function-list | 229 | auto-mode-list function-list |
| 230 | &optional description) | 230 | &optional description) |
diff --git a/lisp/locate.el b/lisp/locate.el index 0917db90b88..0330a45453f 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -165,7 +165,7 @@ | |||
| 165 | (defun locate-default-make-command-line (search-string) | 165 | (defun locate-default-make-command-line (search-string) |
| 166 | (list locate-command search-string)) | 166 | (list locate-command search-string)) |
| 167 | 167 | ||
| 168 | ;;;### autoload | 168 | ;;;###autoload |
| 169 | (defun locate (search-string &optional filter) | 169 | (defun locate (search-string &optional filter) |
| 170 | "Run the program `locate', putting results in `*Locate*' buffer." | 170 | "Run the program `locate', putting results in `*Locate*' buffer." |
| 171 | (interactive | 171 | (interactive |
| @@ -195,7 +195,7 @@ | |||
| 195 | ) | 195 | ) |
| 196 | ) | 196 | ) |
| 197 | 197 | ||
| 198 | ;;;### autoload | 198 | ;;;###autoload |
| 199 | (defun locate-with-filter (search-string filter) | 199 | (defun locate-with-filter (search-string filter) |
| 200 | "Run the locate command with a filter." | 200 | "Run the locate command with a filter." |
| 201 | (interactive | 201 | (interactive |